home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / 3d / Geo2Vrml.readme < prev    next >
Text File  |  1997-09-05  |  4KB  |  108 lines

  1. Short:    Generates VRML from Geo (Videoscape) objects.
  2. Author:   BODMER Stephan (bodmer2@uni2a.unige.ch)
  3. Uploader: BODMER Stephan (bodmer2@uni2a.unige.ch)
  4. Version:  1.10
  5. Type:     gfx/3d
  6. Requires: MUI 3.x
  7.  
  8. This proggy is a simple object converter.
  9. It converts Videoscape 3D (2.0) Geo (ascii) objects into
  10. VRML V1.0 (ascii) files.
  11.  
  12. VRML Node supported:
  13. -DirectionalLight
  14. -PointLight
  15. -Light direction and color
  16. -IndexedFaceSet/IndexedLineSet
  17. -MaterialBinding (OVERALL, PER_FACE_INDEXED)
  18. -Material (diffuse color only)
  19.  
  20. Others:
  21. -Each face color from Geo file is conserved
  22. -Completlly dynamique memory allocation (no max points/faces)
  23. -Each of the 16 base colors can be adjusted
  24. -Nice MUI interface.
  25.  
  26. There are some limitation with the Geo objects:
  27. -THERE IS NO CONTROL IF THE GEO FILE STRUCTURE IS CORRECT...
  28.  Only the first 4 chars are tested (3DG1)
  29. -No double faces simplification
  30. -No transformation of trivial objects (ex: cube) into special
  31.  VRML nodes (cube{})
  32. -Only the ascii geo format is supported
  33.  
  34. Some comment:
  35. -------------
  36. You can ask me why I choose Geo format for my converter.
  37. The answer is simple, it's the only object format who is
  38. an ascii text, that's why the conversion is very easy to do...(and I
  39. don't know how the other standard objects formats works...).
  40.  
  41. I just wrote this tool to show my old Vidoescape objects
  42. on a Sun Workstation at my University.
  43. I decided that it was the good moment to learn MUI programming
  44. too...
  45. The result is my first MUI application for Amiga...
  46. (Quite simple of course...)
  47.  
  48. I don't know if I will continue to improve this version...
  49.  
  50. Usage:
  51. ------
  52. It's very simple, choose a Geo object, choose the VRML file,
  53. choose some parameters and convert it !!!
  54. But, there's only one problem, you can't check your converted
  55. VRML files...No VRML browser exists for Amiga ... (someone listening !!!).
  56.  
  57. Small history:
  58. V 0.0 The main idea was born when I saw that I should write some
  59.       VRML objects by hand for my "Infographie" class...
  60. V 0.1 Shell (UNIX) oriented tool without color support
  61. V 0.2 Colors added (PER_FACE_INDEXED)
  62.       First Amiga port.
  63. V 0.3 Light nodes added
  64. V 0.4 ...Why not do a nice GUInterface...
  65. V 0.5 ...Reading docs for MUI...
  66. V 0.6 ...Nice, but long code source...Hey, but there's MUIBuilder !!!
  67. V 0.7 ...Some practice with MUIBuilder...
  68. V 0.8 ...First MUI Interface...
  69. V 0.9 ...Yep...it's nice...
  70. V 1.0  All option inplemented.
  71. V 1.01 Correction of some ASL-Req bugs.
  72. V 1.02 Correction of float to ascii function (more accurate...)
  73. V 1.10 First public release on Aminet.
  74.  
  75. Some futur ideas:
  76. -Add CyberGL support
  77. -Add a complete VRML browser...
  78. -Other object format.
  79.  
  80. Geo2Vrml is freeware.
  81. If you use it (I doubt...) or if you like it, just mail me...
  82. For the source code, contact me too...
  83. Check my Homepage for new versions and other tools (or check your
  84. favorite Aminet dealer ;^) ).
  85. I added a small object in my archive. It's the famous TRON tank...
  86.  
  87. Have fun in the new worlds of virtual reality...
  88.  
  89. Stephan.
  90.  
  91. BODMER Stephan
  92. bodmer2@uni2a.unige.ch (University of Geneva)
  93. http://cui.unige.ch/~bodmer2 (french/english)
  94. A proud Amiga 3000/68060/50 Mhz owner
  95.  
  96.  
  97. ============================= Archive contents =============================
  98.  
  99. Original  Packed Ratio    Date     Time    Name
  100. -------- ------- ----- --------- --------  -------------
  101.    33496   15476 53.7% 11-Jul-97 21:51:48  Geo2Vrml
  102.     1632     788 51.7% 11-Jul-97 20:35:36  Geo2Vrml.info
  103.     3118    1649 47.1% 10-Jul-97 17:41:32  Geo2Vrml.readme
  104.     1816    1295 28.6% 11-Jul-97 20:55:44  Geo2Vrml.readme.info
  105.    14823    3605 75.6% 11-Jul-97 21:42:02  Tank.geo
  106. -------- ------- ----- --------- --------
  107.    54885   22813 58.4% 12-Jul-97 12:06:48   5 files
  108.